Sequential scales topic
Sequential scales are similar to linear scales, but the input domain and output range always have exactly three elements. Sequential scales are typically used for a color encoding; see also d4_scale_chromatic. These scales do not expose invert and interpolate methods. There are also log, pow, and symlog variants of sequential scales.
Classes
- 
  ScaleSequential<Y> Sequential scales
- Sequential scales are similar to linear scales, but the input domain and output range always have exactly three elements.
- 
  ScaleSequentialLog<Y> Sequential scales
- A sequential scale with a logarithmic transform, analogous to ScaleLog.
- 
  ScaleSequentialPow<Y> Sequential scales
- A sequential scale with an exponential transform, analogous to a ScalePow.
- 
  ScaleSequentialQuantile<Y> Sequential scales
- A sequential scale with a p-quantile transform, analogous to a ScaleQuantile.
- 
  ScaleSequentialSymlog<Y> Sequential scales
- A sequential scale with a logarithmic transform, analogous to a ScaleSymlog.